home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / DOCUMENTADD.DTML < prev    next >
Encoding:
Text File  |  2000-06-20  |  1.6 KB  |  54 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML lang="en">
  3. <HEAD>
  4. <TITLE>Add DTML Document</TITLE>
  5. </HEAD>
  6. <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
  7. <H2>Add DTML Document</H2>
  8.  
  9. <dtml-var "HelpSys.HelpButton('DTML-DocumentOrMethod_Add.stx','OFSP')">
  10.  
  11. <P>
  12. A DTML Document is used to hold text content. It can contain
  13. HTML, XML, plain text, structured-text, etcetera.
  14. A DTML document can contain
  15. <a href="http://www.zope.org/Documentation/Guides/DTML/">DTML
  16. scripting tags</a>.
  17. A DTML Document differs from a DTML Method in that it has properties
  18. and does not call methods on its container object.
  19. </P>
  20.  
  21. <P>
  22. You may create a new DTML Document using the form below. 
  23. You may also choose to upload an existing html file from your
  24. local computer by clicking the <I>Browse</I> button.
  25. </P>
  26.  
  27. <FORM ACTION="addDTMLDocument" METHOD="POST"
  28.       ENCTYPE="multipart/form-data">
  29. <TABLE CELLSPACING="2">
  30. <TR>
  31.   <TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
  32.   <TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="40"></TD>
  33. </TR>
  34. <TR>
  35.   <TH ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH>
  36.   <TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="title" SIZE="40"></TD>
  37. </TR>
  38. <TR>
  39.   <TH ALIGN="LEFT" VALIGN="TOP"><EM><STRONG>File</STRONG></EM></TD>
  40.   <TD ALIGN="LEFT" VALIGN="TOP">
  41.      <INPUT TYPE="file" NAME="file:string" SIZE="25" VALUE="">
  42.   </TD>
  43. </TR>
  44. <TR><TH></TH>
  45.     <TD>
  46.        <INPUT TYPE="SUBMIT" VALUE=" Add ">
  47.        <INPUT TYPE="SUBMIT" VALUE=" Add and Edit " NAME="submit">
  48.     </TD>
  49. </TR>
  50. </TABLE>
  51. </FORM>
  52. </BODY></HTML>
  53.  
  54.